agents.anac.y2011.ValueModelAgent
Class BidWrapper.OurUtilityComperator

java.lang.Object
  extended by agents.anac.y2011.ValueModelAgent.BidWrapper.OurUtilityComperator
All Implemented Interfaces:
java.util.Comparator<BidWrapper>
Enclosing class:
BidWrapper

public class BidWrapper.OurUtilityComperator
extends java.lang.Object
implements java.util.Comparator<BidWrapper>


Constructor Summary
BidWrapper.OurUtilityComperator()
           
 
Method Summary
 int compare(BidWrapper o1, BidWrapper o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

BidWrapper.OurUtilityComperator

public BidWrapper.OurUtilityComperator()
Method Detail

compare

public int compare(BidWrapper o1,
                   BidWrapper o2)
Specified by:
compare in interface java.util.Comparator<BidWrapper>